home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 July / EnterCD 7_2003.iso / Ekstra / GL Force 2001 3.0 / 3DFont.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-12-27  |  1.4 KB  |  55 lines

  1. /*
  2. Authors: David Nishimoto
  3. Website: http://www.listensoftware.com
  4. Email: davepamn@relia.net
  5. Program: Force
  6. */
  7.  
  8. #if !defined(AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  9. #define AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_
  10.  
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14.  
  15. #ifndef __AFXWIN_H__
  16.     #error include 'stdafx.h' before including this file for PCH
  17. #endif
  18.  
  19. #include "resource.h"       // main symbols
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CMy3DFontApp:
  23. // See 3DFont.cpp for the implementation of this class
  24. //
  25.  
  26. class CMy3DFontApp : public CWinApp
  27. {
  28. public:
  29.     CMy3DFontApp();
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(CMy3DFontApp)
  34.     public:
  35.     virtual BOOL InitInstance();
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39.  
  40.     //{{AFX_MSG(CMy3DFontApp)
  41.     afx_msg void OnAppAbout();
  42.         // NOTE - the ClassWizard will add and remove member functions here.
  43.         //    DO NOT EDIT what you see in these blocks of generated code !
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  55.